'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared Shadows ReadOnly Property Null As DAVtq(Of TValue)
'Usage
Dim value As DAVtq(Of TValue) value = DAVtq(Of TValue).Null
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public new static DAVtq<TValue> Null {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: new static property DAVtq<TValue^>^ Null { DAVtq<TValue^>^ get(); }